home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / pyshared / rdflib / Node.py < prev    next >
Encoding:
Python Source  |  2009-03-04  |  80 b   |  6 lines

  1. class Node(object):
  2.     """
  3.     A Node in the Graph.
  4.     """
  5.     __slots__ = ()
  6.